TreeView for WinForms | ComponentOne
C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / RemoveItem Method
The zero-based index of the element to remove.

In This Topic
    RemoveItem Method (ObservableDictionary<TKey,TValue>)
    In This Topic
    Removes the element at the specified index of the Collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    Exceptions
    ExceptionDescription
    index is less than zero. -or- index is equal to or greater than Count.
    See Also